home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / bbs_door / atriv110.zip / TRIVIA.DOC < prev    next >
Text File  |  1996-01-02  |  6KB  |  144 lines

  1.      ╓─────┐ ╥──┐ ╓──┐ ╥  ┬ ╓──┐ ╓──┐  ╓──╥──┐ ╥──┐ ─╥─ ╥  ┬ ─╥─ ╓──┐
  2.      ║     │ ╟─┬┘ ║    ╟──┤ ║  │ ║  │     ║    ╟─┬┘  ║  ╙╖┌┘  ║  ╟──┤
  3.      ╟─────┤ ╨ ┴  ╙──┘ ╨  ┴ ╙──┘ ╨  ┴     ║    ╨ ┴  ─╨─  ╙┘  ─╨─ ╨  ┴
  4.      ║     │                              ║
  5.      ╨     ┴                              ╨
  6.      ----------------------------------------------------------------
  7.  
  8. [1.0] Introduction
  9.  
  10. Well, this is my first effort at a total and independant door, so I hope
  11. that everyone enjoys it. I've worked very hard on making this program simple
  12. and easy to use, so that everyone of every skill level can enjoy it! After
  13. the great amount of success I've had with my IGMs for LORD, I hope this
  14. program does as well!
  15.  
  16. [2.0] FILES
  17.  
  18. Files included with this package:
  19.  
  20. TRIVIA.EXE           Main executable for Archon Trivia
  21. EDITOR.EXE           Archon Trivia question editor
  22. CONFIG.EXE           Door configuration program
  23. REGISTER.EXE         Registration program
  24. TRIVIA.DOC           The file you are currently viewing
  25. REGISTER.CFG         Registration configuration file
  26. QUESTION.CFG         Question configuration file
  27. WELCOME.ANS          The welcome ANSI
  28. EXIT.ANS             The exit ANSI
  29. REGISTER.FRM         The registration form
  30.  
  31. If any of these files are missing, please do NOT run the program, as the
  32. ZIP has most likely been tampered with!
  33.  
  34. [3.0] Setup
  35.  
  36. Well, this program is fairly easy to setup. To make things simpler to begin
  37. with, I've included a sample question file all setup and ready for use. But
  38. since the whole point of this door is configurability, you'll want to replace
  39. that file with your own questions. There are 2 easy steps to follow to setup
  40. this program:
  41.  
  42. STEP 1 : Run the CONFIG.EXE program and fill out the necessary information
  43. STEP 2 : Make a batch file in your BBS dir to run Archon Trivia. Basically,
  44.          this door can be run with several command line switches to make
  45.          things work:
  46.  
  47.       "/Bxxxxx"   This tells TRIVIA.EXE to lock its baud rate at
  48.       xxxxx.  In order to get the most efficiency out of a high speed
  49.  
  50.       "/Cx"     (where x is 1..4) This specifies a comport number.
  51.       Some bbs software does not create door information files (dropfiles)
  52.       that contain the comport number.  If your bbs does have a comport
  53.       listed in the dropfile then there is no need for this parameter.
  54.       The default is comport 0, local mode.
  55.  
  56.       "/E" - Expanded Memory Specification If your machine has over one
  57.       megabyte of memory, then you may have some available.  TRIVIA.EXE can
  58.       utilize EMS to improve game performance and reduce conventional
  59.       memory requirements.
  60.  
  61.       "/L"      This tells TRIVIA.EXE to load up in LOCAL mode.
  62.       This is good for testing or when a sysop just wants to "try out" the
  63.       door without messing with his BBS setup.  The "/L" mode will ask the
  64.       user for his name and run the door in local mode.
  65.  
  66.       "/Nx"     (where x is 1..9) This specifies a "node number".
  67.       Some bbs software support multinode environments in which you must
  68.       know the node number of the drop file to use. For example, RBBS-PC
  69.       uses DORINFOx.DEF. If you specified "/N2" then TRIVIA.EXE would use
  70.       DORINFO2.DEF.
  71.  
  72.       "/Pyyy"   This specifies the path to the drop files.
  73.       For example, "/PC:\WILDCAT\WCWORK\NODE1" would tell TRIVIA.EXE to
  74.       look for the drop file in C:\WILDCAT\WCWORK\NODE1. If this is left
  75.       out the program assumes the drop file is local.
  76.  
  77.       "/V"    This command will tell TRIVIA.EXE not to show any display
  78.       on the local screen.  Only a colored screen and a message will be
  79.       displayed.  The cursor will not move as it will be turned off.
  80.       Saves a little processing on multi-tasking systems.
  81.  
  82.       "/W"      This flags the program that a network is present even
  83.       though no multitaskers are detected.  This is useful if the door is
  84.       run on a network such as Novell that doesn't use multitaskers.
  85.  
  86.  
  87.          A typical batch file might look like this:
  88.  
  89.          @echo off
  90.          cd\trivia
  91.          trivia /pc:\bbs
  92.  
  93.          Its that simple. Really, the only thing you have to put on the
  94.          command line for this program is the path to the dropfile.
  95.  
  96. At this point, you are ready to run the door!
  97.  
  98. [4.0] The Question Editor
  99.  
  100. One of the best features of Archon Trivia is the ability to have a sysop
  101. customized trivia door! In the registered version, you can have up to 10
  102. trivia files, with virtually unlimited questions!
  103.  
  104. Included with Archon Trivia is an editor that makes Question editing a
  105. piece of cake! Just run "EDITOR.EXE" and follow the instructions on the
  106. screen.
  107.  
  108. To activate a question group, select it from the main menu and give it a
  109. name. Then edit the question file!
  110.  
  111. Also make SURE to press "S" when you're done editing a question or you'll
  112. lose what you've done!
  113.  
  114. [5.0] If you have a problem
  115.  
  116. Periodically, I will be sending out updates to this program. It would help
  117. immensely if you would PLEASE tell me if you find a bug! Thanks...
  118.  
  119. If, for some reason, the program starts to report that you have less ?'s than
  120. are actually in the file, edit the file called "QUESTION.CFG". It is a text
  121. file that contains the number of questions per file, starting with the first
  122. one. Just change the number of questions to the appropriate # and you'll be
  123. fine!
  124.  
  125. [6.0] Registration
  126.  
  127. Archon Trivia is only a mere $10 to register! That's a GREAT price for such
  128. an easy to use program! To register Archon Trivia, see the REGISTER.FRM file
  129. for more details.
  130.  
  131. [7.0] Support
  132.  
  133. You can reach me MANY ways:
  134.  
  135. Internet E-Mail : raistlin@sma.com
  136. FIDOnet : 1:265/107
  137. BBS : 540-341-1865
  138. World Wide Web Page : http://www.sma.com/~raistlin/
  139.  
  140. My web page always has my newest software, and is free! So check it out!
  141.  
  142. Thanks, and have fun!
  143.  
  144.